home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Rokusho.bin / pc / assets / rokusho.dxr / 00169_Script_169 < prev    next >
Text File  |  2001-12-07  |  261b  |  12 lines

  1. global missed
  2.  
  3. on mouseUp me
  4. --  if missed = 0 then
  5.     go to frame "print_gold_certificate"
  6. --  else if missed >1 and missed <6 then
  7. --    go to frame "print_silver_certificate"
  8. --  else
  9. --    go to frame "print_bronze_certificate"
  10. --  end if
  11.   
  12. end